home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi022.dir / 00025_Script_25 < prev    next >
Text File  |  1983-01-30  |  375b  |  20 lines

  1. on exitFrame
  2.   global gr
  3.   if gr=false then
  4.     at_hil 198,6,41
  5.     if the mousecast= 28 then
  6.       set the castnum of sprite 7 to 29
  7.       updatestage
  8.     end if
  9.     
  10.     if the mousecast= 51 or the mousecast=53 or the mousecast= 27 then
  11.       set the castnum of sprite 7 to 28
  12.       updatestage
  13.     end if
  14.     
  15.     
  16.     
  17.   end if
  18.   
  19.   go to the frame
  20. end